home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / updates / update27.zoo / gemlib / diffs
Encoding:
Text File  |  1992-12-28  |  2.2 KB  |  85 lines

  1. ===================================================================
  2. RCS file: /net/acae127/home/bammi/etc/src/master/atari/gemlib/Changelog,v
  3. retrieving revision 1.19
  4. diff -c -r1.19 Changelog
  5. *** 1.19    1992/08/14 15:09:48
  6. --- Changelog    1992/12/28 08:07:07
  7. ***************
  8. *** 296,298 ****
  9. --- 296,301 ----
  10.       add target for above.
  11.   
  12.   ------------------------------- Patchlevel 25------------------------
  13. + gemfast.h:: ++jrb
  14. +     sync with mntlib 25
  15. + ------------------------------- Patchlevel 26------------------------
  16. ===================================================================
  17. RCS file: /net/acae127/home/bammi/etc/src/master/atari/gemlib/PatchLev.h,v
  18. retrieving revision 1.17
  19. diff -c -r1.17 PatchLev.h
  20. *** 1.17    1992/08/14 15:09:48
  21. --- PatchLev.h    1992/12/28 08:07:08
  22. ***************
  23. *** 1,4 ****
  24. ! #define PatchLevel "25"
  25.   
  26.   /*
  27.    *    the Patch Level above is to identify the version
  28. --- 1,4 ----
  29. ! #define PatchLevel "26"
  30.   
  31.   /*
  32.    *    the Patch Level above is to identify the version
  33. ===================================================================
  34. RCS file: /net/acae127/home/bammi/etc/src/master/atari/gemlib/gemfast.h,v
  35. retrieving revision 1.11
  36. diff -c -r1.11 gemfast.h
  37. *** 1.11    1992/06/03 19:04:28
  38. --- gemfast.h    1992/12/28 08:07:11
  39. ***************
  40. *** 55,60 ****
  41. --- 55,66 ----
  42.   #define WM_NEWTOP    29
  43.   #define AC_OPEN        40
  44.   #define AC_CLOSE    41
  45. +         /* Xcontrol messages */
  46. + #define CT_UPDATE    50
  47. + #define CT_MOVE        51
  48. + #define CT_NEWTOP    52
  49. + #define CT_KEY        53
  50.           /* form_dial opcodes */
  51.   #define FMD_START    0
  52.   #define FMD_GROW    1
  53. ***************
  54. *** 112,117 ****
  55. --- 118,145 ----
  56.   #define WF_HSLSIZE    15
  57.   #define WF_VSLSIZE    16
  58.   #define WF_SCREEN    17
  59. + #define WF_COLOR    18
  60. + #define WF_DCOLOR    19
  61. +         /* window elements    */
  62. + #define W_BOX        0
  63. + #define W_TITLE        1
  64. + #define W_CLOSER    2
  65. + #define W_NAME        3
  66. + #define W_FULLER    4
  67. + #define W_INFO        5
  68. + #define W_DATA        6
  69. + #define W_WORK        7
  70. + #define W_SIZER        8
  71. + #define W_VBAR        9
  72. + #define W_UPARROW    10
  73. + #define W_DNARROW    11
  74. + #define W_VSLIDE    12
  75. + #define W_VELEV        13
  76. + #define W_HBAR        14
  77. + #define W_LFARROW    15
  78. + #define W_RTARROW    16
  79. + #define W_HSLIDE    17
  80. + #define W_HELEV        18
  81.           /* arrow message    */
  82.   #define WA_UPPAGE     0
  83.   #define WA_DNPAGE     1
  84.